jsr 286 « portlet « Java Enterprise Q&A





1. JSR-286 Portlet Spec 2.0    coderanch.com

2. When will we see a JSR-286 Portal Server?    coderanch.com

JSR286 has been ratified, and the API really fills in the holes from JSR-168. My question is this: how long does it take for Apache or whoever to come up with an implementation of the spec? Any guesses? When will we see a JetSpeed server that supports JSR-286? When will we see a Pluto portlet container that allows you to write ...

3. When will finish from JSR-286    coderanch.com

Thanks your replay, where is your book you explain the JSR-168? please suggest me (learn JSR-168 then upgrade to JSR-286 OR wait the JSR-286). for you information we will work at websphere portal after a few period, that's mean the we need to work at JSR 168 cause the IBM have take it long procedure to upgrade her software. and which ...

4. JSR-286 question: Portlet / serveResource    coderanch.com

Hi all, In doView() I want to display a PDF form, so I call response.createResourceURL() within doView() and expect that my serveResource() function will be called, but this does not happen -- i get a blank page (there is no other output). The created resource URL is OK, if I copy/paste it to the browser, my serveResource() is called and the ...

5. JSR-286 Problem: setEvent(), processEvent()    coderanch.com

Hi, I have problems with processEvent() I have a portlet B , loaded on startup but not visible (not displayed). Portlet A sends an event to portlet B. Portlet B receives it in processEvent() , does some stuff(creates a workflow with opensymphony/osworkflow) and would like to be rendered then ---but nothing happens. I do not notice that any portlet is rendered ...